PDFAnsiTrueTypeFont Constructor(String,double,boolean)
In This Topic
Initializes a new Object.
Syntax
public PDFAnsiTrueTypeFont(
java.lang.String ,
double ,
boolean
)
|
Parameters
- path
- Path to TrueType font file.
- size
- Font size.
- embed
- If true, the font will be embedded in the PDF file.
See Also